home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Komunikatory / Pandion 2.5 / Pandion-2.5.exe / src / css / chat-container.css next >
Cascading Style Sheet File  |  2005-06-06  |  4KB  |  215 lines

  1. TEXTAREA, INPUT, BUTTON {
  2.     font-family: Tahoma;
  3.     font-size: 11px;
  4. }
  5. BODY {
  6.     cursor: default;
  7.     margin: 0px;
  8.     padding: 0px;
  9.     background-color: window;
  10.     color: windowtext;
  11. }
  12. #mode-bar {
  13.     cursor: default;
  14.     display: block;
  15.     background-image: url( ../../images/misc/roster-top-lite.gif );
  16.     background-repeat: repeat-x;
  17. }
  18. #mode-avatar {
  19.     margin: 5px;
  20.     background-repeat: no-repeat;
  21.     background-position: center center;
  22.     border: 0px solid #0570ad;
  23.     height: 32px;
  24.     width: 32px;
  25. }
  26. #mode-top {
  27.     width: 100%;
  28.     margin-top: 6px;
  29.     text-overflow: ellipsis;
  30.     overflow: hidden;
  31.     font-family: Tahoma;
  32.     font-size: 11px;
  33.     color: #4f575c;
  34. }
  35. #mode-name {
  36.     font-family: Arial;
  37.     font-size: 14px;
  38.     font-weight: bold;
  39.     color: #57a6d3;
  40. }
  41. #mode-message {
  42.     height: 16px;
  43.     width: 100%;
  44.     padding-left: 2px;
  45.     font-family: Tahoma;
  46.     font-size: 11px;
  47.     color: #4f575c;
  48.     text-overflow: ellipsis;
  49.     overflow: hidden;
  50. }
  51. #mode-address {
  52.     margin-left: 6px;
  53.     font-family: Tahoma;
  54.     font-size: 11px;
  55.     color: #4f575c;
  56. }
  57. .mode-message-link {
  58.     font-family: Tahoma;
  59.     font-size: 11px;
  60.     text-decoration: none;
  61.     color: #6699cc;
  62. }
  63. .mode-message-link:hover {
  64.     font-family: Tahoma;
  65.     font-size: 11px;
  66.     text-decoration: none;
  67.     color: red;
  68. }
  69. #tab-bar {
  70.     width: 100%;
  71.     height: 24px;
  72.     background-repeat: repeat-x;
  73.     background-image: url( ../../images/misc/tab-bar-lite.gif );
  74.     text-overflow: ellipsis;
  75.     overflow: hidden;
  76.     padding-left: 2px;
  77. }
  78. .tab-bar-button {
  79.     width: 127px;
  80.     height: 23px;
  81.     text-align: left;
  82.     background-repeat: no-repeat;
  83.     padding-left: 5px;
  84.     padding-top: 5px;
  85. }
  86. .tab-bar-button-active {
  87.     width: 127px;
  88.     height: 23px;
  89.     text-align: left;
  90.     background-repeat: no-repeat;
  91.     padding-left: 5px;
  92.     padding-top: 3px;
  93.     background-image: url( ../../images/misc/tab-button-big-lite.gif );
  94. }
  95. .tab-bar-text {
  96.     width: 102px;
  97.     height: 14px;
  98.     padding-left: 4px;
  99.     font-family: Tahoma;
  100.     font-size: 11px;
  101.     color: #4f575c;
  102.     text-overflow: ellipsis;
  103.     overflow: hidden;
  104. }
  105. .tab-bar-text-active {
  106.     width: 84px;
  107.     height: 14px;
  108.     padding-left: 4px;
  109.     font-family: Tahoma;
  110.     font-size: 11px;
  111.     font-weight: bold;
  112.     color: #4f575c;
  113.     text-overflow: ellipsis;
  114.     overflow: hidden;
  115. }
  116. #user-typing-bar {
  117.     display: block;
  118.     height: 23px;
  119.     margin: 1px;
  120.     border: 1px threedlightshadow solid;
  121.     padding-top: 2px;
  122.     font-family: Tahoma;
  123.     font-size: 11px;
  124.     background-color: infobackground;
  125. }
  126. #user-typing {
  127.     width: 100%;
  128.     height: 17px;
  129.     padding-left: 2px;
  130.     padding-top: 2px;
  131.     font-family: Tahoma;
  132.     font-size: 11px;
  133.     color: #478ec5;
  134.     text-overflow: ellipsis;
  135.     overflow: hidden;
  136. }
  137. #actions-panel {
  138. /*    background-repeat: repeat-y;
  139.     background-image: url( ../../images/misc/action-panel-lite.png );
  140. */    font-family: Tahoma;
  141.     font-size: 11px;
  142.     color: #4f575c;
  143. }
  144. #toolbar {
  145.     background-repeat: repeat-x;
  146.     background-image: url( ../../images/misc/toolbar-lite.gif );
  147. }
  148. #toolbar-wrapper {
  149.     height: 30px;
  150.     width: 100%;
  151. }
  152. BUTTON {
  153.     cursor: default;
  154.     height: 30px;
  155.     padding-left: 6px;
  156.     text-align: left;
  157.     font-size: 11px;
  158. }
  159. .toolbar-button {
  160.     color: #4f575c;
  161.     background-color: transparent;
  162.     border-width: 0px;
  163.     margin-left: 3px;
  164.     margin-right: 3px;
  165. }
  166. .toolbar-button-over {
  167.     color: buttontext;
  168. }
  169. BUTTON SPAN {
  170.     height: 16px;
  171.     margin-left: 6px;
  172. }
  173. #resize-grip {
  174.     position: absolute;
  175.     overflow: hidden;
  176.     cursor: n-resize;
  177.     margin-top: 28px;
  178.     height: 5px;
  179.     width: 100%;
  180. }
  181. #btn-send {
  182.     height: 56px;
  183.     width: 100%;
  184.     margin-right: 2px;
  185. }
  186. #send-text {
  187.     overflow: auto;
  188.     height: 100%;
  189.     width: 100%;
  190.     border-width: 0px;
  191.     padding-left: 2px;
  192. }
  193. #occupants-panel {
  194.     height: 100%;
  195.     overflow-x: hidden;
  196.     overflow-y: auto;
  197.     padding-left: 6px;
  198.     border-left: 1px #bec0ce solid;
  199. }
  200. #banner-area {
  201.     display: none;
  202.     background-image: url( ../../images/misc/banner-60-back.gif );
  203. }
  204.  
  205. #banner-area DIV {
  206.     cursor: hand;
  207.     width: 468px;
  208.     height: 60px;
  209.     border: 1px solid black;
  210.     background-color: white;
  211.     background-repeat: no-repeat;
  212.     background-position: center center;
  213.     background-image: url( ../../images/brand/default.ico );
  214. }
  215.